auto merge of #430 : aochagavia/cargo/mod, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 24 Aug 2014 20:59:09 +0000 (20:59 +0000)
committerbors <bors@rust-lang.org>
Sun, 24 Aug 2014 20:59:09 +0000 (20:59 +0000)
commit6a57afff49b2f2e2a394b22d86f38e702fefd9fd
tree813215215044351b9e1f1239fb01828d24b71e62
parent3b0983c0941a6dabff74bfa7d67d6088936cd169
parent1679210e08231048546f79c7a50e789426d504cd
auto merge of #430 : aochagavia/cargo/mod, r=alexcrichton

Example:

```
use std::fmt;
use std::fmt::Show;
```

becomes

```
use std::fmt::{mod, Show};
```